home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1132 / slug.inc < prev    next >
Text File  |  1997-04-16  |  1KB  |  73 lines

  1.         {Include file for neural net dialogwindow app}
  2.  
  3. const
  4.  
  5. {Command ID's for menu}
  6.     cm_filenew    =    105;
  7.     cm_fileopen    =    110;
  8.     cm_filesave    =    115;
  9.     cm_filesaveas    =    120;
  10.     cm_fileexit    =    125;
  11.     cm_netedit    =    130;
  12.     cm_trainedit    =    132;
  13.     cm_datain    =    140;
  14.     cm_dataout    =    145;
  15.     cm_train    =    150;
  16.     cm_run            =    155;
  17.     cm_display    =    160;
  18.  
  19. { ID's for edit controls (in Allin dialog) containing
  20.   things specified by user  }
  21.  
  22.     ed_usermomen    =    301;
  23.     ed_userlearn    =    300;
  24.     ed_userkmod    =    302;
  25.     ed_usermaxerr    =    303;
  26.     ed_usermaxiter    =    304;
  27.     ed_userdatafile    =    401;
  28.     ed_userlogfile    =    402;
  29.     ed_netname    =    420;
  30.     id_incount    =    600;
  31.     id_hiddencount    =    610;
  32.     id_outcount    =    615;
  33.  
  34.   { ID's for edit controls containing
  35.     info provided by the Allin Dialog }
  36.                                               
  37.     ed_infolearn    =    409;
  38.     ed_infomomen    =    404;
  39.     ed_infocount    =    406;
  40.     ed_infoerror    =    408;
  41.  
  42.  
  43. { ID's for buttons in Allin dialog...}
  44.          id_pause       = 201;
  45.      id_shake    = 202;
  46.      id_savenet    = 203;
  47.      id_readnet    = 204;
  48.      id_iterstop    = 205;
  49.      id_icon    = 490;
  50.     id_dataopen    =    212;
  51.     id_dataclose    =    213;
  52.     id_logopen    =    209;
  53.     id_logclose    =    211;
  54.  
  55. { Other stuff..}
  56.  
  57.     bmp_ledon    =    500;
  58.     bmp_ledoff    =    501;
  59.  
  60. {ID's for Netspec dialog}
  61.  
  62.     id_netspecin    =    201;
  63.     id_netspecout    =    202;
  64.     id_netspechidden      =    203;
  65.     id_netspecclear    =    205;
  66.     id_status    =    210;
  67.     id_train    =    207;
  68.     id_about    =    654;
  69.     cm_about    =    101;
  70.     id_trainparams    =    214;
  71.     id_append    =    215;
  72.     id_offset    =    104;
  73.